home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 673 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: wbmt41.wbmt.tudelft.nl!not-for-mail
  2. From: "Marcel Offermans" <marcel@wbmt41.wbmt.tudelft.nl>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: New MagicMenu...?
  5. Date: Wed, 10 Jan 1996 01:09:43 +0100
  6. Organization: Private TCP/IP node
  7. Message-ID: <50077644@wbmt41.wbmt.tudelft.nl>
  8. References: <4ceoea$1i0@newsstand.cit.cornell.edu> <50077642@wbmt41.wbmt.tudelft.nl> <4cshff$715@newsstand.cit.cornell.edu>
  9. Reply-To: "M.F.Offermans" <M.F.Offermans@WbMT.TUDelft.NL>
  10. NNTP-Posting-Host: wb617197.wbmt.tudelft.nl
  11. X-NewsReader: IntuiNews 1.3a (7.9.95)
  12.  
  13. Hello Benjamin,
  14.  
  15.  >> Are many other people having problems with MagicMenu? If so, I'll dig up
  16.  >> the sources and see if I can solve some of them. No promises though.
  17.  
  18.  > That would be *most* appreciated. Maybe even the fixes that you already
  19.  > made would fix our problems. The most annoying problem is occasional
  20.  > lock-up for a time and then there also the menu text mis-alignment that
  21.  > occurs in programs like Term.
  22.  
  23. The occasional lockups can't really be solved (at least not without
  24. rewriting the whole program). The best practical solution is to choose a
  25. short timeout value for the menu's (something like 2 or 3 seconds).
  26.  
  27. I'm afraid that the alignment problem with Term hasn't been solved either.
  28. I haven't really looked into it because it doesn't annoy me. I don't know
  29. if that's because of the font I use (XHelvetica/13) but the misalignment
  30. isn't that bad.
  31.  
  32. Things I fixed are incompatibilities with programs that change their menu
  33. strips in a way that works with the normal OS routines (although it might
  34. not be allowed, but that's not the issue here) but fails with MagicMenu.
  35. This fix is done at the cost of a slightly worse performance of MM (which I
  36. don't really notice on a 25 MHz 030, but might be a problem on slower
  37. systems).
  38.  
  39. Another thing I changed is the possibility to not use MagicMenu for certain
  40. tasks (or on certain screens at the moment actually). There are certain
  41. programs that don't behave well with MagicMenu (an example is Final Writer
  42. release 4; the problems with this program get worse with each release in my
  43. experience).
  44.  
  45. The problem is that these changes have been done directly on the source
  46. level without adding them as options in the configuration. This makes them
  47. difficult to configure for others (understatement :-). I'd have to add them
  48. first, before I can release anything.
  49.  
  50. Greetings, Marcel
  51.  
  52.